Category / Section
How to change the order of the WinForms XPTaskBar controls in the designer?
1 min read
Change the order of XPTaskBar
Right click on the XPTaskBarBox in the designer and select "Bring To Front" or "Send To Back" to move them around.
In code this will just change the order in which the XPTaskBarBox controls are added to the parent XPTaskBar, which in turn will affect the order in which they are shown.